Vcenter NamespaceManagement Supervisors Identity Domains Info
The Vcenter NamespaceManagement Supervisors Identity Domains Info schema provides details about an OIDC domain configured with a Supervisor.
This schema was added in vSphere API 9.0.0.0.
{
"domain": "string",
"display_name": "string",
"callback_url": "string"
}
The immutable identifier of an identity domain generated when an federation domain is registered for a Supervisor.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.domain
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.domain
.
A name to be used for the given identity domain. This name will be displayed in the vCenter UI.
This property was added in vSphere API 9.0.0.0.
The URL used by the Identity Provider to redirect users back to the Supervisor after authentication. This URL will be used in the registration of the Supervisor with the Identity Provider to act as an OAuth 2.0 client.
This property was added in vSphere API 9.0.0.0.